home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / esysp / jul95 / skin1f2.gif < prev    next >
Graphics Interchange Format  |  1996-07-01  |  53KB  |  501x299  |  4-bit (16 colors)
Labels: text | screenshot | font
OCR: FIGURE 2 ROM to RAM copy. CPU Memory typedef struct _segment char * source; Application bank 2 char * dest; Stored Here int bytes; bank 1 } segment; Startup copydown (seg) Copy segment * seg if (seg >source != seg->dest) RAM while (bytes -- ) Link-edited *seg->dest++ = "seg->source++; to Run Here return !: